home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJSRC111.ZIP / go32 / ed / debug.h < prev    next >
C/C++ Source or Header  |  1993-06-27  |  80b  |  4 lines

  1. extern int can_longjmp;
  2. extern jmp_buf debugger_jmpbuf;
  3. void debugger(void);
  4.